Html Css Color HEX #074F54 Sherpa Blue

📋 copy color: '#074F54'

red 7 ◦ green 79 ◦ blue 84

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

Shades of Sherpa Blue #074F54

Tints of Sherpa Blue #074F54

RGB

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

 GREEN value IS 79 (31.25% from 255) = 46.47%

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

R = 4.12%
G = 46.47%
B = 49.41%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#074F54 (or 0x074F54) is known color: Sherpa Blue. HEX triplet: 07, 4F and 54. RGB value is (7,79,84). Sum of RGB (Red+Green+Blue) = 7+79+84=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #074F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074F54 is #F8B0AB. Grayscale: #393939. Windows color (decimal): -16298156 or 5525255. OLE color: 5525255.

HSL color Cylindrical-coordinate representation of color #074F54: hue angle of 183.9º 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 #074F54 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 79 84 -
CMYK 0.92 0.06 0 0.67
HSL 183.9º 0.85% 0.18% -
HSV(B) 183.9º 0.92% 0.33% -
XYZ 4.48 6.28 9.36 -
YUV 58.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 7 79 84 0.92 0.06 0 0.67 183.9 0.85 0.18
Hex 7 4F 54 5C 6 0 43 B8 55 12
Octal 7 117 124 134 6 0 103 270 125 22
Binary 111 1001111 1010100 1011100 110 0 1000011 10111000 1010101 10010

Color Harmonies of #074F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074F54

Black with #074F54

Text Example


Text Example

White with #074F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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