Html Css Color HEX #074C57 Sherpa Blue

📋 copy color: '#074C57'

red 7 ◦ green 76 ◦ blue 87

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

Shades of Sherpa Blue #074C57

Tints of Sherpa Blue #074C57

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.71%

 BLUE value IS 87 (34.38% from 255) = 51.18%

R = 4.12%
G = 44.71%
B = 51.18%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#074C57 (or 0x074C57) is known color: Sherpa Blue. HEX triplet: 07, 4C and 57. RGB value is (7,76,87). Sum of RGB (Red+Green+Blue) = 7+76+87=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #074C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C57 is #F8B3A8. Grayscale: #383838. Windows color (decimal): -16298921 or 5721095. OLE color: 5721095.

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

Color convert

RGB 7 76 87 -
CMYK 0.92 0.13 0 0.66
HSL 188.25º 0.85% 0.18% -
HSV(B) 188.25º 0.92% 0.34% -
XYZ 4.39 5.9 9.92 -
YUV 56.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 7 76 87 0.92 0.13 0 0.66 188.25 0.85 0.18
Hex 7 4C 57 5C D 0 42 BC 55 12
Octal 7 114 127 134 15 0 102 274 125 22
Binary 111 1001100 1010111 1011100 1101 0 1000010 10111100 1010101 10010

Color Harmonies of #074C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C57

Black with #074C57

Text Example


Text Example

White with #074C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074C57; }

 p { color: rgb(7,76,87); }

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

background-color css

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

 a { background-color: rgb(7,76,87); }

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

border-color css

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

 span { border-color: rgb(7,76,87); }

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