Html Css Color HEX #074850 Sherpa Blue

📋 copy color: '#074850'

red 7 ◦ green 72 ◦ blue 80

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

Shades of Sherpa Blue #074850

Tints of Sherpa Blue #074850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.28%

 BLUE value IS 80 (31.64% from 255) = 50.31%

R = 4.4%
G = 45.28%
B = 50.31%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#074850 (or 0x074850) is known color: Sherpa Blue. HEX triplet: 07, 48 and 50. RGB value is (7,72,80). Sum of RGB (Red+Green+Blue) = 7+72+80=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #074850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074850 is #F8B7AF. Grayscale: #353535. Windows color (decimal): -16299952 or 5261319. OLE color: 5261319.

HSL color Cylindrical-coordinate representation of color #074850: hue angle of 186.58º 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 #074850 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 72 80 -
CMYK 0.91 0.10 0 0.69
HSL 186.58º 0.84% 0.17% -
HSV(B) 186.58º 0.91% 0.31% -
XYZ 3.85 5.26 8.4 -
YUV 53.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 7 72 80 0.91 0.10 0 0.69 186.58 0.84 0.17
Hex 7 48 50 5B A 0 45 BB 54 11
Octal 7 110 120 133 12 0 105 273 124 21
Binary 111 1001000 1010000 1011011 1010 0 1000101 10111011 1010100 10001

Color Harmonies of #074850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074850

Black with #074850

Text Example


Text Example

White with #074850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074850; }

 p { color: rgb(7,72,80); }

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

background-color css

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

 a { background-color: rgb(7,72,80); }

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

border-color css

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

 span { border-color: rgb(7,72,80); }

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