Html Css Color HEX #074954 Sherpa Blue

📋 copy color: '#074954'

red 7 ◦ green 73 ◦ blue 84

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

Shades of Sherpa Blue #074954

Tints of Sherpa Blue #074954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.51%

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

R = 4.27%
G = 44.51%
B = 51.22%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#074954 (or 0x074954) is known color: Sherpa Blue. HEX triplet: 07, 49 and 54. RGB value is (7,73,84). Sum of RGB (Red+Green+Blue) = 7+73+84=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #074954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074954 is #F8B6AB. Grayscale: #363636. Windows color (decimal): -16299692 or 5523719. OLE color: 5523719.

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

Color convert

RGB 7 73 84 -
CMYK 0.92 0.13 0 0.67
HSL 188.57º 0.85% 0.18% -
HSV(B) 188.57º 0.92% 0.33% -
XYZ 4.07 5.45 9.22 -
YUV 54.52 144.63 94.11 -
System Red Green Blue C M Y K H S L
Decimal 7 73 84 0.92 0.13 0 0.67 188.57 0.85 0.18
Hex 7 49 54 5C D 0 43 BD 55 12
Octal 7 111 124 134 15 0 103 275 125 22
Binary 111 1001001 1010100 1011100 1101 0 1000011 10111101 1010101 10010

Color Harmonies of #074954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074954

Black with #074954

Text Example


Text Example

White with #074954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074954; }

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

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

background-color css

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

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

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

border-color css

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

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

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