Html Css Color HEX #074047 Sherpa Blue

📋 copy color: '#074047'

red 7 ◦ green 64 ◦ blue 71

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

Shades of Sherpa Blue #074047

Tints of Sherpa Blue #074047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.07%

 BLUE value IS 71 (28.13% from 255) = 50%

R = 4.93%
G = 45.07%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#074047 (or 0x074047) is known color: Sherpa Blue. HEX triplet: 07, 40 and 47. RGB value is (7,64,71). Sum of RGB (Red+Green+Blue) = 7+64+71=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #074047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074047 is #F8BFB8. Grayscale: #2F2F2F. Windows color (decimal): -16302009 or 4669447. OLE color: 4669447.

HSL color Cylindrical-coordinate representation of color #074047: hue angle of 186.56º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074047 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 64 71 -
CMYK 0.90 0.10 0 0.72
HSL 186.56º 0.82% 0.15% -
HSV(B) 186.56º 0.9% 0.28% -
XYZ 3.06 4.17 6.6 -
YUV 47.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 7 64 71 0.90 0.10 0 0.72 186.56 0.82 0.15
Hex 7 40 47 5A A 0 48 BB 52 F
Octal 7 100 107 132 12 0 110 273 122 17
Binary 111 1000000 1000111 1011010 1010 0 1001000 10111011 1010010 1111

Color Harmonies of #074047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074047

Black with #074047

Text Example


Text Example

White with #074047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074047; }

 p { color: rgb(7,64,71); }

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

background-color css

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

 a { background-color: rgb(7,64,71); }

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

border-color css

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

 span { border-color: rgb(7,64,71); }

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