Html Css Color HEX #075256 Sherpa Blue

📋 copy color: '#075256'

red 7 ◦ green 82 ◦ blue 86

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

Shades of Sherpa Blue #075256

Tints of Sherpa Blue #075256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.86%

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

R = 4%
G = 46.86%
B = 49.14%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#075256 (or 0x075256) is known color: Sherpa Blue. HEX triplet: 07, 52 and 56. RGB value is (7,82,86). Sum of RGB (Red+Green+Blue) = 7+82+86=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #075256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075256 is #F8ADA9. Grayscale: #3B3B3B. Windows color (decimal): -16297386 or 5657095. OLE color: 5657095.

HSL color Cylindrical-coordinate representation of color #075256: hue angle of 183.04º 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 #075256 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 82 86 -
CMYK 0.92 0.05 0 0.66
HSL 183.04º 0.85% 0.18% -
HSV(B) 183.04º 0.92% 0.34% -
XYZ 4.78 6.75 9.86 -
YUV 60.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 7 82 86 0.92 0.05 0 0.66 183.04 0.85 0.18
Hex 7 52 56 5C 5 0 42 B7 55 12
Octal 7 122 126 134 5 0 102 267 125 22
Binary 111 1010010 1010110 1011100 101 0 1000010 10110111 1010101 10010

Color Harmonies of #075256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075256

Black with #075256

Text Example


Text Example

White with #075256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075256; }

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

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

background-color css

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

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

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

border-color css

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

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

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