Html Css Color HEX #074D60 Sherpa Blue

📋 copy color: '#074D60'

red 7 ◦ green 77 ◦ blue 96

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

Shades of Sherpa Blue #074D60

Tints of Sherpa Blue #074D60

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.78%

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

R = 3.89%
G = 42.78%
B = 53.33%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#074D60 (or 0x074D60) is known color: Sherpa Blue. HEX triplet: 07, 4D and 60. RGB value is (7,77,96). Sum of RGB (Red+Green+Blue) = 7+77+96=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #074D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D60 is #F8B29F. Grayscale: #3A3A3A. Windows color (decimal): -16298656 or 6311175. OLE color: 6311175.

HSL color Cylindrical-coordinate representation of color #074D60: hue angle of 192.81º 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 #074D60 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 77 96 -
CMYK 0.93 0.20 0 0.62
HSL 192.81º 0.86% 0.2% -
HSV(B) 192.81º 0.93% 0.38% -
XYZ 4.85 6.2 12.01 -
YUV 58.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 7 77 96 0.93 0.20 0 0.62 192.81 0.86 0.2
Hex 7 4D 60 5D 14 0 3E C1 56 14
Octal 7 115 140 135 24 0 76 301 126 24
Binary 111 1001101 1100000 1011101 10100 0 111110 11000001 1010110 10100

Color Harmonies of #074D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D60

Black with #074D60

Text Example


Text Example

White with #074D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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