Html Css Color HEX #075055 Sherpa Blue

📋 copy color: '#075055'

red 7 ◦ green 80 ◦ blue 85

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

Shades of Sherpa Blue #075055

Tints of Sherpa Blue #075055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.51%

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

R = 4.07%
G = 46.51%
B = 49.42%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#075055 (or 0x075055) is known color: Sherpa Blue. HEX triplet: 07, 50 and 55. RGB value is (7,80,85). Sum of RGB (Red+Green+Blue) = 7+80+85=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #075055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075055 is #F8AFAA. Grayscale: #3A3A3A. Windows color (decimal): -16297899 or 5591047. OLE color: 5591047.

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

Color convert

RGB 7 80 85 -
CMYK 0.92 0.06 0 0.67
HSL 183.85º 0.85% 0.18% -
HSV(B) 183.85º 0.92% 0.33% -
XYZ 4.6 6.44 9.59 -
YUV 58.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 7 80 85 0.92 0.06 0 0.67 183.85 0.85 0.18
Hex 7 50 55 5C 6 0 43 B8 55 12
Octal 7 120 125 134 6 0 103 270 125 22
Binary 111 1010000 1010101 1011100 110 0 1000011 10111000 1010101 10010

Color Harmonies of #075055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075055

Black with #075055

Text Example


Text Example

White with #075055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075055; }

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

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

background-color css

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

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

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

border-color css

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

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

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