Html Css Color HEX #074656 Sherpa Blue

📋 copy color: '#074656'

red 7 ◦ green 70 ◦ blue 86

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

Shades of Sherpa Blue #074656

Tints of Sherpa Blue #074656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.94%

 BLUE value IS 86 (33.98% from 255) = 52.76%

R = 4.29%
G = 42.94%
B = 52.76%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#074656 (or 0x074656) is known color: Sherpa Blue. HEX triplet: 07, 46 and 56. RGB value is (7,70,86). Sum of RGB (Red+Green+Blue) = 7+70+86=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #074656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074656 is #F8B9A9. Grayscale: #343434. Windows color (decimal): -16300458 or 5654023. OLE color: 5654023.

HSL color Cylindrical-coordinate representation of color #074656: hue angle of 192.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074656 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 70 86 -
CMYK 0.92 0.19 0 0.66
HSL 192.15º 0.85% 0.18% -
HSV(B) 192.15º 0.92% 0.34% -
XYZ 3.96 5.1 9.58 -
YUV 52.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 7 70 86 0.92 0.19 0 0.66 192.15 0.85 0.18
Hex 7 46 56 5C 13 0 42 C0 55 12
Octal 7 106 126 134 23 0 102 300 125 22
Binary 111 1000110 1010110 1011100 10011 0 1000010 11000000 1010101 10010

Color Harmonies of #074656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074656

Black with #074656

Text Example


Text Example

White with #074656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074656; }

 p { color: rgb(7,70,86); }

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

background-color css

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

 a { background-color: rgb(7,70,86); }

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

border-color css

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

 span { border-color: rgb(7,70,86); }

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