Html Css Color HEX #07404E Sherpa Blue

📋 copy color: '#07404E'

red 7 ◦ green 64 ◦ blue 78

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

Shades of Sherpa Blue #07404E

Tints of Sherpa Blue #07404E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 52.35%

R = 4.7%
G = 42.95%
B = 52.35%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07404E (or 0x07404E) is known color: Sherpa Blue. HEX triplet: 07, 40 and 4E. RGB value is (7,64,78). Sum of RGB (Red+Green+Blue) = 7+64+78=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #07404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07404E is #F8BFB1. Grayscale: #303030. Windows color (decimal): -16302002 or 5128199. OLE color: 5128199.

HSL color Cylindrical-coordinate representation of color #07404E: hue angle of 191.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07404E is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 64 78 -
CMYK 0.91 0.18 0 0.69
HSL 191.83º 0.84% 0.17% -
HSV(B) 191.83º 0.91% 0.31% -
XYZ 3.3 4.26 7.86 -
YUV 48.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 7 64 78 0.91 0.18 0 0.69 191.83 0.84 0.17
Hex 7 40 4E 5B 12 0 45 C0 54 11
Octal 7 100 116 133 22 0 105 300 124 21
Binary 111 1000000 1001110 1011011 10010 0 1000101 11000000 1010100 10001

Color Harmonies of #07404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07404E

Black with #07404E

Text Example


Text Example

White with #07404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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