Html Css Color HEX #075452 Sherpa Blue

📋 copy color: '#075452'

red 7 ◦ green 84 ◦ blue 82

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

Shades of Sherpa Blue #075452

Tints of Sherpa Blue #075452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.55%

 BLUE value IS 82 (32.42% from 255) = 47.4%

R = 4.05%
G = 48.55%
B = 47.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#075452 (or 0x075452) is known color: Sherpa Blue. HEX triplet: 07, 54 and 52. RGB value is (7,84,82). Sum of RGB (Red+Green+Blue) = 7+84+82=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #075452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075452 is #F8ABAD. Grayscale: #3C3C3C. Windows color (decimal): -16296878 or 5395463. OLE color: 5395463.

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

Color convert

RGB 7 84 82 -
CMYK 0.92 0 0.02 0.67
HSL 178.44º 0.85% 0.18% -
HSV(B) 178.44º 0.92% 0.33% -
XYZ 4.78 7 9.08 -
YUV 60.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 7 84 82 0.92 0 0.02 0.67 178.44 0.85 0.18
Hex 7 54 52 5C 0 2 43 B2 55 12
Octal 7 124 122 134 0 2 103 262 125 22
Binary 111 1010100 1010010 1011100 0 10 1000011 10110010 1010101 10010

Color Harmonies of #075452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075452

Black with #075452

Text Example


Text Example

White with #075452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075452; }

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

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

background-color css

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

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

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

border-color css

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

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

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