Html Css Color HEX #075356 Sherpa Blue

📋 copy color: '#075356'

red 7 ◦ green 83 ◦ blue 86

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

Shades of Sherpa Blue #075356

Tints of Sherpa Blue #075356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 48.86%

R = 3.98%
G = 47.16%
B = 48.86%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#075356 (or 0x075356) is known color: Sherpa Blue. HEX triplet: 07, 53 and 56. RGB value is (7,83,86). Sum of RGB (Red+Green+Blue) = 7+83+86=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #075356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075356 is #F8ACA9. Grayscale: #3C3C3C. Windows color (decimal): -16297130 or 5657351. OLE color: 5657351.

HSL color Cylindrical-coordinate representation of color #075356: hue angle of 182.28º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075356 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 83 86 -
CMYK 0.92 0.03 0 0.66
HSL 182.28º 0.85% 0.18% -
HSV(B) 182.28º 0.92% 0.34% -
XYZ 4.86 6.9 9.88 -
YUV 60.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 7 83 86 0.92 0.03 0 0.66 182.28 0.85 0.18
Hex 7 53 56 5C 3 0 42 B6 55 12
Octal 7 123 126 134 3 0 102 266 125 22
Binary 111 1010011 1010110 1011100 11 0 1000010 10110110 1010101 10010

Color Harmonies of #075356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075356

Black with #075356

Text Example


Text Example

White with #075356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075356; }

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

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

background-color css

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

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

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

border-color css

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

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

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