Html Css Color HEX #074653 Sherpa Blue

📋 copy color: '#074653'

red 7 ◦ green 70 ◦ blue 83

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

Shades of Sherpa Blue #074653

Tints of Sherpa Blue #074653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 51.88%

R = 4.38%
G = 43.75%
B = 51.88%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#074653 (or 0x074653) is known color: Sherpa Blue. HEX triplet: 07, 46 and 53. RGB value is (7,70,83). Sum of RGB (Red+Green+Blue) = 7+70+83=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #074653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074653 is #F8B9AC. Grayscale: #343434. Windows color (decimal): -16300461 or 5457415. OLE color: 5457415.

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

Color convert

RGB 7 70 83 -
CMYK 0.92 0.16 0 0.67
HSL 190.26º 0.84% 0.18% -
HSV(B) 190.26º 0.92% 0.33% -
XYZ 3.84 5.05 8.96 -
YUV 52.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 7 70 83 0.92 0.16 0 0.67 190.26 0.84 0.18
Hex 7 46 53 5C 10 0 43 BE 54 12
Octal 7 106 123 134 20 0 103 276 124 22
Binary 111 1000110 1010011 1011100 10000 0 1000011 10111110 1010100 10010

Color Harmonies of #074653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074653

Black with #074653

Text Example


Text Example

White with #074653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074653; }

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

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

background-color css

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

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

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

border-color css

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

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

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