Html Css Color HEX #075351 Sherpa Blue

📋 copy color: '#075351'

red 7 ◦ green 83 ◦ blue 81

#075351
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #075351

Tints of Sherpa Blue #075351

RGB

 RED value IS 7 (3.13% from 255) = 4.09%

 GREEN value IS 83 (32.81% from 255) = 48.54%

 BLUE value IS 81 (32.03% from 255) = 47.37%

R = 4.09%
G = 48.54%
B = 47.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#075351 (or 0x075351) is known color: Sherpa Blue. HEX triplet: 07, 53 and 51. RGB value is (7,83,81). Sum of RGB (Red+Green+Blue) = 7+83+81=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #075351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075351 is #F8ACAE. Grayscale: #3B3B3B. Windows color (decimal): -16297135 or 5329671. OLE color: 5329671.

HSL color Cylindrical-coordinate representation of color #075351: hue angle of 178.42º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075351 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 81 -
CMYK 0.92 0 0.02 0.67
HSL 178.42º 0.84% 0.18% -
HSV(B) 178.42º 0.92% 0.33% -
XYZ 4.67 6.83 8.86 -
YUV 60.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 7 83 81 0.92 0 0.02 0.67 178.42 0.84 0.18
Hex 7 53 51 5C 0 2 43 B2 54 12
Octal 7 123 121 134 0 2 103 262 124 22
Binary 111 1010011 1010001 1011100 0 10 1000011 10110010 1010100 10010

Color Harmonies of #075351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075351

Black with #075351

Text Example


Text Example

White with #075351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075351; }

 p { color: rgb(7,83,81); }

 H1.HeaderClassName
 {
   color: #075351;
 }
 .AnyTagClassName
 {
   color: #075351;
 }
</style>

background-color css

<style>
 a { background-color: #075351; }

 a { background-color: rgb(7,83,81); }

 div.DivClassName
 {
   background-color: #075351;
 }
 .BgClassName
 {
   background-color: #075351;
 }
</style>

border-color css

<style>
 span { border-color: #075351; }

 span { border-color: rgb(7,83,81); }

 td.TdClassName
 {
   border-color: #075351;
 }
 .TagClassName
 {
   border-color: #075351;
 }
</style>