Html Css Color HEX #074D54 Sherpa Blue

📋 copy color: '#074D54'

red 7 ◦ green 77 ◦ blue 84

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

Shades of Sherpa Blue #074D54

Tints of Sherpa Blue #074D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50%

R = 4.17%
G = 45.83%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#074D54 (or 0x074D54) is known color: Sherpa Blue. HEX triplet: 07, 4D and 54. RGB value is (7,77,84). Sum of RGB (Red+Green+Blue) = 7+77+84=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #074D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D54 is #F8B2AB. Grayscale: #383838. Windows color (decimal): -16298668 or 5524743. OLE color: 5524743.

HSL color Cylindrical-coordinate representation of color #074D54: hue angle of 185.45º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074D54 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 77 84 -
CMYK 0.92 0.08 0 0.67
HSL 185.45º 0.85% 0.18% -
HSV(B) 185.45º 0.92% 0.33% -
XYZ 4.34 5.99 9.32 -
YUV 56.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 7 77 84 0.92 0.08 0 0.67 185.45 0.85 0.18
Hex 7 4D 54 5C 8 0 43 B9 55 12
Octal 7 115 124 134 10 0 103 271 125 22
Binary 111 1001101 1010100 1011100 1000 0 1000011 10111001 1010101 10010

Color Harmonies of #074D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D54

Black with #074D54

Text Example


Text Example

White with #074D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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