Html Css Color HEX #074D5E Sherpa Blue

📋 copy color: '#074D5E'

red 7 ◦ green 77 ◦ blue 94

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

Shades of Sherpa Blue #074D5E

Tints of Sherpa Blue #074D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 52.81%

R = 3.93%
G = 43.26%
B = 52.81%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#074D5E (or 0x074D5E) is known color: Sherpa Blue. HEX triplet: 07, 4D and 5E. RGB value is (7,77,94). Sum of RGB (Red+Green+Blue) = 7+77+94=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #074D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D5E is #F8B2A1. Grayscale: #393939. Windows color (decimal): -16298658 or 6180103. OLE color: 6180103.

HSL color Cylindrical-coordinate representation of color #074D5E: hue angle of 191.72º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074D5E is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 77 94 -
CMYK 0.93 0.18 0 0.63
HSL 191.72º 0.86% 0.2% -
HSV(B) 191.72º 0.93% 0.37% -
XYZ 4.76 6.16 11.53 -
YUV 58.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 7 77 94 0.93 0.18 0 0.63 191.72 0.86 0.2
Hex 7 4D 5E 5D 12 0 3F C0 56 14
Octal 7 115 136 135 22 0 77 300 126 24
Binary 111 1001101 1011110 1011101 10010 0 111111 11000000 1010110 10100

Color Harmonies of #074D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D5E

Black with #074D5E

Text Example


Text Example

White with #074D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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