Html Css Color HEX #075056 Sherpa Blue

📋 copy color: '#075056'

red 7 ◦ green 80 ◦ blue 86

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

Shades of Sherpa Blue #075056

Tints of Sherpa Blue #075056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.24%

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

R = 4.05%
G = 46.24%
B = 49.71%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#075056 (or 0x075056) is known color: Sherpa Blue. HEX triplet: 07, 50 and 56. RGB value is (7,80,86). Sum of RGB (Red+Green+Blue) = 7+80+86=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #075056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075056 is #F8AFA9. Grayscale: #3A3A3A. Windows color (decimal): -16297898 or 5656583. OLE color: 5656583.

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

Color convert

RGB 7 80 86 -
CMYK 0.92 0.07 0 0.66
HSL 184.56º 0.85% 0.18% -
HSV(B) 184.56º 0.92% 0.34% -
XYZ 4.64 6.45 9.81 -
YUV 58.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 7 80 86 0.92 0.07 0 0.66 184.56 0.85 0.18
Hex 7 50 56 5C 7 0 42 B9 55 12
Octal 7 120 126 134 7 0 102 271 125 22
Binary 111 1010000 1010110 1011100 111 0 1000010 10111001 1010101 10010

Color Harmonies of #075056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075056

Black with #075056

Text Example


Text Example

White with #075056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075056; }

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

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

background-color css

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

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

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

border-color css

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

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

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