Html Css Color HEX #074760 Sherpa Blue

📋 copy color: '#074760'

red 7 ◦ green 71 ◦ blue 96

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

Shades of Sherpa Blue #074760

Tints of Sherpa Blue #074760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

 BLUE value IS 96 (37.89% from 255) = 55.17%

R = 4.02%
G = 40.8%
B = 55.17%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#074760 (or 0x074760) is known color: Sherpa Blue. HEX triplet: 07, 47 and 60. RGB value is (7,71,96). Sum of RGB (Red+Green+Blue) = 7+71+96=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #074760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074760 is #F8B89F. Grayscale: #363636. Windows color (decimal): -16300192 or 6309639. OLE color: 6309639.

HSL color Cylindrical-coordinate representation of color #074760: hue angle of 196.85º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074760 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 71 96 -
CMYK 0.93 0.26 0 0.62
HSL 196.85º 0.86% 0.2% -
HSV(B) 196.85º 0.93% 0.38% -
XYZ 4.45 5.4 11.87 -
YUV 54.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 7 71 96 0.93 0.26 0 0.62 196.85 0.86 0.2
Hex 7 47 60 5D 1A 0 3E C5 56 14
Octal 7 107 140 135 32 0 76 305 126 24
Binary 111 1000111 1100000 1011101 11010 0 111110 11000101 1010110 10100

Color Harmonies of #074760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074760

Black with #074760

Text Example


Text Example

White with #074760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074760; }

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

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

background-color css

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

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

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

border-color css

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

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

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