Html Css Color HEX #074854 Sherpa Blue

📋 copy color: '#074854'

red 7 ◦ green 72 ◦ blue 84

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

Shades of Sherpa Blue #074854

Tints of Sherpa Blue #074854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.17%

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

R = 4.29%
G = 44.17%
B = 51.53%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#074854 (or 0x074854) is known color: Sherpa Blue. HEX triplet: 07, 48 and 54. RGB value is (7,72,84). Sum of RGB (Red+Green+Blue) = 7+72+84=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #074854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074854 is #F8B7AB. Grayscale: #353535. Windows color (decimal): -16299948 or 5523463. OLE color: 5523463.

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

Color convert

RGB 7 72 84 -
CMYK 0.92 0.14 0 0.67
HSL 189.35º 0.85% 0.18% -
HSV(B) 189.35º 0.92% 0.33% -
XYZ 4.01 5.32 9.2 -
YUV 53.93 144.97 94.52 -
System Red Green Blue C M Y K H S L
Decimal 7 72 84 0.92 0.14 0 0.67 189.35 0.85 0.18
Hex 7 48 54 5C E 0 43 BD 55 12
Octal 7 110 124 134 16 0 103 275 125 22
Binary 111 1001000 1010100 1011100 1110 0 1000011 10111101 1010101 10010

Color Harmonies of #074854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074854

Black with #074854

Text Example


Text Example

White with #074854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074854; }

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

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

background-color css

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

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

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

border-color css

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

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

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