Html Css Color HEX #074755 Sherpa Blue

📋 copy color: '#074755'

red 7 ◦ green 71 ◦ blue 85

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

Shades of Sherpa Blue #074755

Tints of Sherpa Blue #074755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.56%

 BLUE value IS 85 (33.59% from 255) = 52.15%

R = 4.29%
G = 43.56%
B = 52.15%

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

#074755 (or 0x074755) is known color: Sherpa Blue. HEX triplet: 07, 47 and 55. RGB value is (7,71,85). Sum of RGB (Red+Green+Blue) = 7+71+85=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #074755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074755 is #F8B8AA. Grayscale: #353535. Windows color (decimal): -16300203 or 5588743. OLE color: 5588743.

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

Color convert

RGB 7 71 85 -
CMYK 0.92 0.16 0 0.67
HSL 190.77º 0.85% 0.18% -
HSV(B) 190.77º 0.92% 0.33% -
XYZ 3.98 5.21 9.39 -
YUV 53.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 7 71 85 0.92 0.16 0 0.67 190.77 0.85 0.18
Hex 7 47 55 5C 10 0 43 BF 55 12
Octal 7 107 125 134 20 0 103 277 125 22
Binary 111 1000111 1010101 1011100 10000 0 1000011 10111111 1010101 10010

Color Harmonies of #074755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074755

Black with #074755

Text Example


Text Example

White with #074755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074755; }

 p { color: rgb(7,71,85); }

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

background-color css

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

 a { background-color: rgb(7,71,85); }

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

border-color css

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

 span { border-color: rgb(7,71,85); }

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