Html Css Color HEX #074C5D Sherpa Blue

📋 copy color: '#074C5D'

red 7 ◦ green 76 ◦ blue 93

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

Shades of Sherpa Blue #074C5D

Tints of Sherpa Blue #074C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.18%

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

R = 3.98%
G = 43.18%
B = 52.84%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#074C5D (or 0x074C5D) is known color: Sherpa Blue. HEX triplet: 07, 4C and 5D. RGB value is (7,76,93). Sum of RGB (Red+Green+Blue) = 7+76+93=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #074C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C5D is #F8B3A2. Grayscale: #393939. Windows color (decimal): -16298915 or 6114311. OLE color: 6114311.

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

Color convert

RGB 7 76 93 -
CMYK 0.92 0.18 0 0.64
HSL 191.86º 0.86% 0.2% -
HSV(B) 191.86º 0.92% 0.36% -
XYZ 4.65 6 11.27 -
YUV 57.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 7 76 93 0.92 0.18 0 0.64 191.86 0.86 0.2
Hex 7 4C 5D 5C 12 0 40 C0 56 14
Octal 7 114 135 134 22 0 100 300 126 24
Binary 111 1001100 1011101 1011100 10010 0 1000000 11000000 1010110 10100

Color Harmonies of #074C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C5D

Black with #074C5D

Text Example


Text Example

White with #074C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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