Html Css Color HEX #074F5D Sherpa Blue

📋 copy color: '#074F5D'

red 7 ◦ green 79 ◦ blue 93

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

Shades of Sherpa Blue #074F5D

Tints of Sherpa Blue #074F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.96%

R = 3.91%
G = 44.13%
B = 51.96%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#074F5D (or 0x074F5D) is known color: Sherpa Blue. HEX triplet: 07, 4F and 5D. RGB value is (7,79,93). Sum of RGB (Red+Green+Blue) = 7+79+93=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #074F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074F5D is #F8B0A2. Grayscale: #3A3A3A. Windows color (decimal): -16298147 or 6115079. OLE color: 6115079.

HSL color Cylindrical-coordinate representation of color #074F5D: hue angle of 189.77º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074F5D is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 79 93 -
CMYK 0.92 0.15 0 0.64
HSL 189.77º 0.86% 0.2% -
HSV(B) 189.77º 0.92% 0.36% -
XYZ 4.86 6.43 11.34 -
YUV 59.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 7 79 93 0.92 0.15 0 0.64 189.77 0.86 0.2
Hex 7 4F 5D 5C F 0 40 BE 56 14
Octal 7 117 135 134 17 0 100 276 126 24
Binary 111 1001111 1011101 1011100 1111 0 1000000 10111110 1010110 10100

Color Harmonies of #074F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074F5D

Black with #074F5D

Text Example


Text Example

White with #074F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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