Html Css Color HEX #074247 Sherpa Blue

📋 copy color: '#074247'

red 7 ◦ green 66 ◦ blue 71

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

Shades of Sherpa Blue #074247

Tints of Sherpa Blue #074247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.83%

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

R = 4.86%
G = 45.83%
B = 49.31%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#074247 (or 0x074247) is known color: Sherpa Blue. HEX triplet: 07, 42 and 47. RGB value is (7,66,71). Sum of RGB (Red+Green+Blue) = 7+66+71=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #074247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074247 is #F8BDB8. Grayscale: #303030. Windows color (decimal): -16301497 or 4669959. OLE color: 4669959.

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

Color convert

RGB 7 66 71 -
CMYK 0.90 0.07 0 0.72
HSL 184.69º 0.82% 0.15% -
HSV(B) 184.69º 0.9% 0.28% -
XYZ 3.17 4.4 6.64 -
YUV 48.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 7 66 71 0.90 0.07 0 0.72 184.69 0.82 0.15
Hex 7 42 47 5A 7 0 48 B9 52 F
Octal 7 102 107 132 7 0 110 271 122 17
Binary 111 1000010 1000111 1011010 111 0 1001000 10111001 1010010 1111

Color Harmonies of #074247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074247

Black with #074247

Text Example


Text Example

White with #074247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074247; }

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

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

background-color css

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

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

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

border-color css

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

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

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