Html Css Color HEX #07404C Sherpa Blue

📋 copy color: '#07404C'

red 7 ◦ green 64 ◦ blue 76

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

Shades of Sherpa Blue #07404C

Tints of Sherpa Blue #07404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 51.7%

R = 4.76%
G = 43.54%
B = 51.7%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07404C (or 0x07404C) is known color: Sherpa Blue. HEX triplet: 07, 40 and 4C. RGB value is (7,64,76). Sum of RGB (Red+Green+Blue) = 7+64+76=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #07404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07404C is #F8BFB3. Grayscale: #303030. Windows color (decimal): -16302004 or 4997127. OLE color: 4997127.

HSL color Cylindrical-coordinate representation of color #07404C: hue angle of 190.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07404C is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 64 76 -
CMYK 0.91 0.16 0 0.70
HSL 190.43º 0.83% 0.16% -
HSV(B) 190.43º 0.91% 0.3% -
XYZ 3.23 4.23 7.48 -
YUV 48.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 7 64 76 0.91 0.16 0 0.70 190.43 0.83 0.16
Hex 7 40 4C 5B 10 0 46 BE 53 10
Octal 7 100 114 133 20 0 106 276 123 20
Binary 111 1000000 1001100 1011011 10000 0 1000110 10111110 1010011 10000

Color Harmonies of #07404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07404C

Black with #07404C

Text Example


Text Example

White with #07404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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